home *** CD-ROM | disk | FTP | other *** search
/ Magnum One / Magnum One (Mid-American Digital) (Disc Manufacturing).iso / d10 / mailfile.arc / FILELIST next >
Text File  |  1991-03-20  |  426b  |  16 lines

  1. if exist pcbstuff.kbd del pcbstuff.kbd
  2. l:\mailfile\filelist l:\mailfile\flatfile.dat >pcbdoor.txt
  3. if errorlevel 2 goto args
  4. if errorlevel 1 pcboard
  5.   copy l:\mailfile\filelist.hdr+pcbdoor.txt pcbdoor2.txt >NUL
  6.   del pcbdoor.txt >NUL
  7.   ren pcbdoor2.txt pcbdoor.txt >NUL
  8.   goto end
  9. :pcboard
  10.   echo Could not open PCBOARD.SYS>pcbdoor.txt
  11.   got end
  12. :args
  13.   echo Not enough arguments!>pcbdoor.txt
  14. :end
  15. l:\pcb\board
  16.